home *** CD-ROM | disk | FTP | other *** search
- JavaC Booster v1.0
- (c) DEF Group, 2001.
-
- JavaC Booster is an extension of javac - the Java compiler. A main feature of
- Booster is using the permanent running copy of Java Virtual Machine. This
- allows to accelerate compilation by reducing time of loading and JIT'ing the
- javac code, especially during frequent starting the Java compiler, for example,
- when the MAKE program is used. Also JavaC Booster can use chosen stream to
- output messages, such as the Standard Error Stream or the Standard Output
- Stream. Therefore MORE command can be used with JavaC Booster easily. In
- addition, JavaC Booster can save error messages into corresponding *.err files.
- These files allow to work and correct compilation errors comfortably. JavaC
- Booster has command line options, which are fully compatible with the standard
- Java compiler, thus using of Booster is very simple and easy. Just run "javacb"
- command instead of "javac" and your work will become more productive.
-
- Features of JavaC Booster:
-
- * standard javac's command line options;
- * using the permanent running copy of JVM (can be runned as the detached or
- minimizable to the tray application).
- * output messages into the Standard Error Stream or the Standard Output Stream;
- * saving error messages into *.err files;
- * configuration via GUI.
-
- E-Mail: javacb@defgroup.com
- Homepage: http://www.defgroup.com/javacb/
-